Kotlin utilities
/
it.czerwinski.kotlin.collections
/
SingletonIterator
/
SingletonIterator
common
Singleton
Iterator
fun <
T
>
SingletonIterator
(element:
T
)
Content copied to clipboard
Parameters
element
The element to be produced by the iterator.
T
Type of the
element
.